compute Nash and Sutcliffe efficiency index, equivalent to
coefficient of determination.
optional argument:
mask
: compute RMSE only on assigned mask
nrmse
: compute normalized Nash efficiency
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_real), | intent(in) | :: | grid1 | |||
type(grid_real), | intent(in) | :: | grid2 | |||
type(grid_real), | intent(in), | optional | :: | maskReal | ||
type(grid_integer), | intent(in), | optional | :: | maskInteger | ||
logical, | intent(in), | optional | :: | normalized |